EPD Extension Kit for MSP430 LaunchPad
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
conf_EPD.h
Go to the documentation of this file.
1 
34 #ifndef CONF_EPD_H_INCLUDED
35 #define CONF_EPD_H_INCLUDED
36 
41 #define EPD_KIT_TOOL_FUNCTIONS
42 
48 #define COG_V110
49 
51 #define COG_SPI_baudrate 8000000
52 
54 #define BUFFER_SIZE 1
55 
68 #define PAYLOAD_SIZE 32
69 
71 #define EPD_KIT_TOOL_VERSION "1.00 "
72 
78 #define EPD_KIT_TOOL_ID (uint16_t)0x0101
79 
80 #endif /* CONF_EPD_H_INCLUDED */
81